バージョン

Locale(Action<EditorLocaleOptionsWrapper>) メソッド

シンタックス
'宣言
 
Public Overloads Function Locale( _
   ByVal wrapperAction As System.Action(Of EditorLocaleOptionsWrapper) _
) As TOut
public TOut Locale( 
   System.Action<EditorLocaleOptionsWrapper> wrapperAction
)

パラメータ

wrapperAction
使用例
使用の例:
@(Html.Infragistics().TextEditor()
    .Locale(x => x.ClearTitle("Reset")
        .ButtonTitle("Show List")
    ).Render())
参照

オンラインで表示: GitHub